home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-02-08 | 1.0 KB | 51 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = ScrollDir
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = ScrollDir.tiff
- LOCAL_RESOURCES = DirWindow.nib Info.nib ScrollDir.nib
-
- GLOBAL_RESOURCES = PACKAGE_NUMBER README.rtf
-
- CLASSES = Defaults.m DirController.m DirWindow.m NameCache.m
-
- HFILES = Defaults.h DirController.h DirWindow.h NameCache.h
-
- MFILES = ScrollDir_main.m
-
- OTHERSRCS = Makefile Makefile.postamble Makefile.preamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app ScrollDir.tiff
-
- LIBS = -lMedia_s -lMiscTableScroll -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-